html {
	font-size: 12px;
}

body  {

	/* Font */
	/*font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
	font-size: 12px;*/

	/* Text color */
	/*color: #333;*/

	/* Remove the background color to make it transparent */
	/*background-color: #fff;
	margin: 20px;*/

}

.iframe-border {
	border: 2px dotted var(--mainColor);
}

.can-run {
	border: 2px dotted var(--colorF8);
}

.demo-panel {
	border: 5px solid var(--colorF8);
	padding: 1rem 0px;
	width: 95%;
	margin: 0 auto;
	margin-top: 1rem;
}

.table-responsive {
	width:99%;
	margin: 0 auto;
}

.td-bg-h5 {
	min-width: 100px;
	background: url("/static/resource/img/h5.png") 96% center no-repeat;
}

.darkHeadTable {
	text-indent: 0px;
	padding: 0px;
	width: 100%;
	border-collapse: collapse;
	margin: 1rem auto;
}
.darkHeadTable th {
	text-indent: 0px;
	vertical-align: baseline;
	padding: 2px 5px 2px 5px;
	background-color: #3F3F3F;
	border: 1px solid #3F3F3F;
	text-align: left;
	color: #FFF;
	font-size: 15px;
}
.darkHeadTable td{
	text-indent: 0px;
	color: #333;
	font-size: 13px;
	padding: .8rem .5rem;
	word-wrap: break-word;
	word-break: break-word;
	white-space: normal;
	line-height: 2rem;
}

@media screen and (max-width:1280px){
	.darkHeadTable td,.darkHeadTable th {
		white-space: nowrap;
	}
	.table-responsive {
		width:96%;
		margin: 0 auto;
	}
}

.darkHeadTable tr:nth-child(even) {
	background-color: var(--colorF8);
}

code {
	color: var(--mainColor);
	background-color: var(--colorF8);
	padding: 2.5px 5px;
	font-family: Inconsolata,Monaco,Consolas,'Courier New',Courier,monospace;
	border-radius: .5rem;
	font-weight: 600;
}

.panel-colorF9 code,.panel-colorF8 code {
	background-color: var(--colorF5) !important;
}

pre code {
	color: var(--colorLightDark) !important;
	background-color: var(--color333) !important;
	padding: 0px !important;
	font-weight: normal !important;
	font-size: 14px !important;
}

p.normal {
	padding: 0px;
	margin: 0px;
}

.content_w3a {
	line-height: 2.6rem;
	text-indent: 2.5rem;
	padding: .5rem;
}

.cke_editable
{
	font-size: 13px;
	line-height: 1.6;

	/* Fix for missing scrollbars with RTL texts. (#10488) */
	word-wrap: break-word;
}

blockquote {
	text-indent: 0px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	margin: 0px 1rem;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	border-left: 6px solid var(--mainLight2ColorRGB2);
	line-height: 2rem;
	word-wrap: break-word;
	word-break: break-word;
	padding: 0.1rem .5rem .1rem .5rem;
	color: #666;
	background-color: var(--mainLight2ColorRGB2);
}

.cke_contents_ltr blockquote
{
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}

.cke_contents_rtl blockquote
{
	padding-left: 8px;
	padding-right: 20px;
	border-right-width: 5px;
}

/*
a
{
	color: #0782C1;
}
*/

ol,ul,dl
{
	/* IE7: reset rtl list margin. (#7334) */
	*margin-right: 0px;
	margin: 0px;
	/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
	/*padding: 0 40px;*/
}

.chapterContent ol,.chapterContent ul {
	margin: 1rem auto;
	background-color: var(--colorF8);
	padding: 1rem 3.5rem;
}

.chapterContent ol li {
	font-size: 1.2rem;
	font-family: monospace,"Microsoft YaHei", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei";
	padding: .35rem 1rem;
}
.chapterContent ul li {
	font-size: 1.2rem;
	font-family: Serif,Sans-Serif;
	padding: .35rem 1rem;
}

.chapterContent  li:nth-child(odd) {
	background-color: var(--colorLightOpacity5Dark);
	border-radius: 1rem;
}

.chapterContent .example-link,.m-chapterContent .example-link {
	background-color: var(--mainColor);
	color: var(--colorLight);
	line-height: 3rem;
	display: inline-block;
	width: 8rem;
	margin-top: .5rem;
	text-align: center;
	border-radius: .2rem;
	text-indent: 0px;
}
.chapterContent a.example-link:hover {
	color: var(--colorLight) !important;
	text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6
{
/*	font-weight: normal;
	line-height: 1.2;*/
}

h2 {
	font-size: 1.35rem;
	text-indent: .6rem;
	margin-top: 3rem;
}
h2:first-child {
	margin-top: inherit;
}

h3 {
	font-size: 1.38rem;
	margin: 0px;
	padding:.5rem 0px 1rem 0px;
	text-indent: 1rem;
	margin-top: 1rem;
}
h3:first-child {
	margin-top: 0px;
}

h4 {
	font-size: 1.28rem;
	margin: 0px;
	padding:.5rem 0px .8rem 0px;
	text-indent: 1.5rem;
	margin-top: .8rem;
}
h4:first-child {
	margin-top: 0px;
}

hr
{
	border: 0px;
	border-top: 1px solid #ccc;
}

img.right
{
	border: 1px solid #ccc;
	float: right;
	margin-left: 15px;
	padding: 5px;
}

img.left
{
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	padding: 5px;
}

pre
{
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE7 */
	-moz-tab-size: 4;
	tab-size: 4;
}

.marker
{
	background-color: Yellow;
}

span[lang]
{
	font-style: italic;
}

figure
{
	text-align: center;
	border: solid 1px #ccc;
	border-radius: 2px;
	background: rgba(0,0,0,0.05);
	padding: 10px;
	margin: 10px 20px;
	display: inline-block;
}

figure > figcaption
{
	text-align: center;
	display: block; /* For IE8 */
}

a > img {
	/*padding: 1px;
	margin: 1px;
	border: none;
	outline: 1px solid #0782C1;*/
}

/* Widget Styles */
.code-featured
{
	border: 5px solid red;
}

.math-featured
{
	padding: 20px;
	box-shadow: 0 0 2px rgba(200, 0, 0, 1);
	background-color: rgba(255, 0, 0, 0.05);
	margin: 10px;
}

.image-clean
{
	border: 0;
	background: none;
	padding: 0;
}

.image-clean > figcaption
{
	font-size: .9em;
	text-align: right;
}

.image-grayscale
{
	background-color: white;
	color: #666;
}

.image-grayscale img, img.image-grayscale
{
	filter: grayscale(100%);
}

.embed-240p
{
	max-width: 426px;
	max-height: 240px;
	margin:0 auto;
}

.embed-360p
{
	max-width: 640px;
	max-height: 360px;
	margin:0 auto;
}

.embed-480p
{
	max-width: 854px;
	max-height: 480px;
	margin:0 auto;
}

.embed-720p
{
	max-width: 1280px;
	max-height: 720px;
	margin:0 auto;
}

.embed-1080p
{
	max-width: 1920px;
	max-height: 1080px;
	margin:0 auto;
}
